Revoke anaconda-cli-base-0.4.1 build number 0 because of missing run_constrained #242
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Links
Explanation of changes:
anaconda-cli-base 0.4.1 build number 0
doesn't haverun_constrained
to ensure that a version ofanaconda-cli-base
cannot be installed if an incompatible older version ofanaconda-client
is installed.If you try to install
anaconda-client=1.12
withanaconda-cloud-auth=0.7.2
:conda create -n dry --dry-run -c defaults --override-channels anaconda-client=1.12 anaconda-cloud-auth=0.7.2
then anaconda-cli-base-0.4.1-py'*'_0 will be picked up but NOT _1. This can break many anaconda-client users
run_constrained
has been added in anaconda-cli-base 0.4.1 build number 1:The hotfix
We revoke entirely "anaconda-cli-base-0.4.1-_0. because it's not needed.
It was tested by running
python test-hotfix.py main --subdir linux-64 osx-64 win-64 osx-arm64 linux-aarch64 linux-s390x noarch
The result will be like this: